home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / editor / tapecovr.rea < prev    next >
Text File  |  1996-01-16  |  7KB  |  145 lines

  1. Short:    TapeCover V2.20 - Cass.Cover Printer
  2. Author:   c_wich@river.prima.ruhr.de (Carsten Wich)
  3. Uploader: c_wich@river.prima.ruhr.de (Carsten Wich)
  4. Version:  2.20
  5. Type:     text/print
  6. Replaces: text/print/tapecover*
  7. Replaces: text/print/tc213_no*
  8.  
  9. What is TapeCover
  10. =================
  11.  
  12.   TapeCover is a very simple to use and short program to print tape covers.
  13.   I have written it because I didn't know any program of this kind that satis-
  14.   fied me one hundret percent.
  15.   It should even run on a stock A500 with 512K and OS2.1 (although this has
  16.   not been tested, but anyway, is there anybody out there still using this
  17.   kind of environment ???).
  18.   As of now TapeCover only uses Text Printing for output but this may change
  19.   future releases.
  20.  
  21.  
  22. Advantages
  23. ==========
  24.  
  25.   - The program does not need any GUI enhancement tools like MUI or any other
  26.     libraries than the ones distributed with the official OS2.1 release
  27.     (actually you only need the V38 asl.library, all the other needed libraries
  28.     require a minimum version of 37 only).
  29.   - Requires only minimum system resources.
  30.   - Programmed according to the Commodore Guidelines (e.g. it runs fine on a
  31.     third party graphics board in high resolution).
  32.   - Uses the Preferences Printer Driver for output (output is currently only
  33.     possible in text mode, but maybe future versions will also support the
  34.     graphic mode printing using the density setting to scale the output).
  35.   - Own input routine that lets you jump between every text gadget by using the
  36.     cursor keys (Does anybody know how to realize this with Intuition
  37.     gadgets ?).
  38.   - Will be able to import data from future database applications that are under
  39.     developement (e.g. CD-Archive and LiveTape-Manager).
  40.  
  41.  
  42. Disadvantages
  43. =============
  44.  
  45.   - Static data structure for the text input (but that is the reason why this
  46.     program is so short compared to the other contestants).
  47.   - Needs a printer which is capable of printing text in 15cpi mode (that
  48.     shouldn't be a problem these days, but who knows...).
  49.   - Needs at least a 640x256 screen when using topaz 8 font and with options
  50.     NOGADGETS and OLDLOOK invoked. Sorry for all NTSC Users but this is the
  51.     smallest possible window height (A possible solution for NTSC users without
  52.     a flickerfixer / AGA chipset / graphics board can run TapeCover on it's own
  53.     Hires NonInterlace Screen with the autoscroll option).
  54.  
  55.  
  56. Systemrequirements
  57. ==================
  58.  
  59.   The program only needs a minimal Amiga System :
  60.  
  61.     - Any Amiga with at least 512 KB RAM
  62.     - min. OS 2.1 (2.04 ROM & WB 2.1)
  63.     - min. a NTSC Hires Interlace Screen
  64.       The minimal window height ist 374 pixels (when using topaz 8), which is
  65.       sadly not enough to fit on a non interlaced screen. This should be no
  66.       problem today to display a productivity or DblPAL / DblNTSC screen mode.
  67.       If there are many complaints about this I may make a preferences option
  68.       to reduce the window height (this would obviously look not so nice as it
  69.       is now).
  70.       From Version V2.20 on you can set the NOGADGETS and OLDLOOK options
  71.       which shrink the window height so that you can display TapeCover on a
  72.       PAL Hires Noninterlace Screen using topaz 8.
  73.     - A printer that is supported by the standard Preferences and which can
  74.       print 15cpi !!!
  75.       TapeCover has been positivly tested on HP Deskjet, Panasonic KX-P1124
  76.       and the Epson Stylus Series.
  77.  
  78.  
  79. History
  80. =======
  81.  
  82. V2.20 - Release : 15.10.1995 (Fourth AmiNet Release !!!)
  83.       - Changed the rendering of the text boxes in the mask. All boxes are
  84.         rendered raised now, only a box that is currently edited is recessed
  85.       - Changed the way shell arguments are parsed. Now the dos.library
  86.         function ReadArgs is used. You can can get help when starting Tape-
  87.         Cover from cli with a questionmark.
  88.       - Fixed bug in the prefs-routine for converting a modeid into a screen-
  89.         mode name.
  90.       - Made the distances between the gadgets in the prefs window smaller
  91.         which results in a smaller prefs window that now fits on a PAL Hires
  92.         screen.
  93.       - Made the main, info and print window some pixels smaller.
  94.       - Added Tooltype / Shell argument NoGadgets.
  95.       - Added Tooltype / Shell argument OldLook.
  96.  
  97. V2.13 - Release : 19.07.1995 (Third AmiNet Release !!!)
  98.       - Bugfix: Ugly bug in printing routine removed. Every label was printed
  99.         twice beneath each other. I accidently left the beta code for the
  100.         print_dat procedure in the release version. Big Sorry
  101.       - Removed the second E-Mail address because it exists no more
  102.       - Changed the pixels inbetween text lines in the info window from two to
  103.         four
  104.  
  105. V2.12 - Release : 20.06.1995 (Second AmiNet Release !!!)
  106.       - Changed the Prefs TapePath and ExpPath gadgets from TextEntry to Text-
  107.         Display type
  108.       - New E-Mail address. Now full internet account, so every sent mail should
  109.         arrive at my site. The previous one was just an german Z-Net account,
  110.         which was not capable of sending / receiving mails to other states than
  111.         germany
  112.  
  113. V2.11 - Internal Version : 24.02.1995
  114.       - Bugfix: When you choose Cancel in the preferences window the preferences
  115.         were not reset to the old ones
  116.       - Bugfix: When using another language than german the printer output was
  117.         wrong for the Side line
  118.       - The feature of clearing the filename after erasing the side fields only
  119.         is removed
  120.  
  121. V2.10 - Release : 17.02.1995 (First AmiNet Release !!!)
  122.       - Now requires at least OS2.1 because of the asl screenmode requester
  123.       - Makes use of some special OS3.x features, e.g. scalable checkboxes,
  124.         radio buttons and the default busy pointer if available
  125.       - Some complete rewritten routines using new data structures including a
  126.         new preferences data structure (TPCV2.1C) which is incompatible with the
  127.         older ones
  128.         This makes it alot easier to use some of the routines from TapeCover in
  129.         future projects
  130.       - Removed Settings Menu and introduced a Preferences Window instead
  131.       - Can now open its own Public Screen
  132.       - Implemented the option to choose between centering the mainwindow on the
  133.         used screen or to save the current window position
  134.       - Removed the PUBSCREEN Tooltype / Shellargument in favour of the new
  135.         preferences screen options
  136.       - Now scans the PROGDIR: first for the TapeCover.prefs file and only if
  137.         that fails it checks the TapeCover: path for it
  138.       - Implemented the feature to load a file using the project option
  139.       - Added AppWindow to the mainwindow for loading project files
  140.       - Removed some bugs, e.g. the one that draws the menu black on black when
  141.         running under OS2.04 (sorry but I have got the 3.1 ROM)
  142.       - Some internal changes
  143.       - Currently I am heavily in my studies so that the german documentation
  144.         has been dropped for this and future versions
  145.